{"maintainers":[{"name":"anonymous","email":"p.scheit@ps-webforge.com"}],"keywords":["requirejs","config"],"dist-tags":{"latest":"4.0.0"},"author":{"name":"Philipp Scheit","email":"p.scheit@ps-webforge.com"},"description":"A small api to read and write your requirejs config file","readme":"# requirejs-config-file [![Build Status](https://travis-ci.org/webforge-labs/requirejs-config-file.svg?branch=master)](https://travis-ci.org/webforge-labs/requirejs-config-file)\n\n[![NPM](https://nodei.co/npm/requirejs-config-file.png?downloads=true)](https://www.npmjs.org/package/requirejs-config-file)\n\nA small api to read and write your requirejs config file\n\n\n## installation\n\n```\nnpm install requirejs-config-file\n```\n\n## usage\n\n### require the constructor\n```js\nvar ConfigFile = require('requirejs-config-file').ConfigFile;\n```\n\n### read\n```js\n// Read: reading the config\nvar configFile = new ConfigFile('path/to/some/requirejs-config.js'));\n\nvar config = configFile.read();\n\nconsole.log(config); // is an object with the found config\n```\n\n### modify (read and write)\n```js\n// Modify: reading and writing the config\nvar configFile = new ConfigFile('path/to/some/requirejs-config.js'));\n\nvar config = configFile.read();\n\nconfig.baseUrl = '/new';\n\nconfigFile.write();\n```\n\n### create\n```js\n// CreateExample: creating a new config file\nvar configFile = new ConfigFile('path/to/new-config.js'));\n\nconfigFile.createIfNotExists();\n\nconfigFile.write();\n```\n\n### create or modify\n```js\n// CreateAndModifyExample: reading and writing a maybe not existing config file\nvar configFile = new ConfigFile('path/to/new-config.js'));\n\nconfigFile.createIfNotExists();\n\nconfigFile.read();\n\nconfig.baseUrl = '/new';\n\nconfigFile.write();\n```\n","repository":{"type":"git","url":"git://github.com/webforge-labs/requirejs-config-file.git"},"bugs":{"url":"https://github.com/webforge-labs/requirejs-config-file/issues"},"license":"MIT","versions":{"1.0.1":{"name":"requirejs-config-file","version":"1.0.1","description":"A small api to read and write your requirejs config file","main":"index.js","scripts":{"test":"grunt test"},"repository":{"type":"git","url":"git://github.com/webforge-labs/requirejs-config-file.git"},"keywords":["requirejs","config"],"author":{"name":"Philipp Scheit","email":"p.scheit@ps-webforge.com"},"license":"MIT","bugs":{"url":"https://github.com/webforge-labs/requirejs-config-file/issues"},"devDependencies":{"chai":"~1.7.2","grunt":"~0.4.1","grunt-release":"~0.5.1","grunt-contrib-jshint":"~0.6.4","grunt-simple-mocha":"~0.4.0","matchdep":"~0.1.2"},"dependencies":{"esprima":"~1.0.4","lodash":"~2.0.0"},"_id":"requirejs-config-file@1.0.1","dist":{"shasum":"f782bb918c758b08d8e73d97579b896616d38831","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/requirejs-config-file/-/requirejs-config-file-1.0.1.tgz","integrity":"sha512-vYOEJ4A7JHz4x4hUdNtnw1UrsMVc0U7RCnKzFNovbyQH6m2DJTcTazTFNMZ3vZSpHcUB3tljzV+zrkAoVClG8A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGi7e4QV6M75dXMc+VslXaRJh1JY/UTpgfdi1eAGNgNlAiBaqWhRkcuh4MkocKrTNyvA8rz4PbU7IwXGS+hrRhRXFA=="}]},"_from":".","_npmVersion":"1.3.8","_npmUser":{"name":"anonymous","email":"p.scheit@ps-webforge.com"},"maintainers":[{"name":"anonymous","email":"p.scheit@ps-webforge.com"}],"directories":{}},"1.0.2":{"name":"requirejs-config-file","version":"1.0.2","description":"A small api to read and write your requirejs config file","main":"index.js","scripts":{"test":"grunt test"},"repository":{"type":"git","url":"git://github.com/webforge-labs/requirejs-config-file.git"},"keywords":["requirejs","config"],"author":{"name":"Philipp Scheit","email":"p.scheit@ps-webforge.com"},"license":"MIT","bugs":{"url":"https://github.com/webforge-labs/requirejs-config-file/issues"},"devDependencies":{"chai":"~1.7.2","grunt":"~0.4.1","grunt-release":"~0.5.1","grunt-contrib-jshint":"~0.6.4","grunt-simple-mocha":"~0.4.0","matchdep":"~0.1.2"},"dependencies":{"esprima":"~1.0.4","lodash":"~2.0.0"},"_id":"requirejs-config-file@1.0.2","dist":{"shasum":"691024af5d1f4c645cda04645b26e9738caf5ae4","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/requirejs-config-file/-/requirejs-config-file-1.0.2.tgz","integrity":"sha512-bLUmfB5vG6R8CJN2F54pPrLIGtuPTlOxwAQKoGzZ7MDWHkunaA9Kj5XUGzJXhcnOQrTX+SL850mBVgcUdJTTRQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAMTRNElnqIBgKPRuCJAbRPcXGT5qqGD4/lAfUe0blFBAiBXVXYVjBjvR4pHwFDbv3Ic6T+tpe1anIyizOMjq4ABtw=="}]},"_from":".","_npmVersion":"1.3.8","_npmUser":{"name":"anonymous","email":"p.scheit@ps-webforge.com"},"maintainers":[{"name":"anonymous","email":"p.scheit@ps-webforge.com"}],"directories":{}},"1.0.3":{"name":"requirejs-config-file","version":"1.0.3","description":"A small api to read and write your requirejs config file","main":"index.js","scripts":{"test":"grunt test"},"repository":{"type":"git","url":"git://github.com/webforge-labs/requirejs-config-file.git"},"keywords":["requirejs","config"],"author":{"name":"Philipp Scheit","email":"p.scheit@ps-webforge.com"},"license":"MIT","bugs":{"url":"https://github.com/webforge-labs/requirejs-config-file/issues"},"devDependencies":{"chai":"~1.7.2","grunt":"~0.4.1","grunt-release":"~0.5.1","grunt-contrib-jshint":"~0.6.4","grunt-simple-mocha":"~0.4.0","matchdep":"~0.1.2"},"dependencies":{"esprima":"~1.0.4","lodash":"~2.0.0"},"_id":"requirejs-config-file@1.0.3","dist":{"shasum":"00f633773cc751bec97fe6bd2996ce4dd12ae9d1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/requirejs-config-file/-/requirejs-config-file-1.0.3.tgz","integrity":"sha512-yno8EcNB5L7t9dPjSczEFZ5CqjkZjn2FEfnquM9qGGwgNhD1pZYdHfw5OfhkbjajJcftqf6xiCiupAnXHNuvEQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCcIU12Puoxvyj+6ypDKbExggijfCe7OyQQNI58Phkh6QIgC4gpS9DdBRnocug3ymg9fcPMF9IYrzRhbZPxcQquIvM="}]},"_from":".","_npmVersion":"1.3.8","_npmUser":{"name":"anonymous","email":"p.scheit@ps-webforge.com"},"maintainers":[{"name":"anonymous","email":"p.scheit@ps-webforge.com"}],"directories":{}},"1.0.4":{"name":"requirejs-config-file","version":"1.0.4","description":"A small api to read and write your requirejs config file","main":"index.js","scripts":{"test":"grunt test"},"repository":{"type":"git","url":"git://github.com/webforge-labs/requirejs-config-file.git"},"keywords":["requirejs","config"],"author":{"name":"Philipp Scheit","email":"p.scheit@ps-webforge.com"},"license":"MIT","bugs":{"url":"https://github.com/webforge-labs/requirejs-config-file/issues"},"devDependencies":{"chai":"~1.7.2","grunt":"~0.4.1","grunt-release":"~0.5.1","grunt-contrib-jshint":"~0.6.4","grunt-simple-mocha":"~0.4.0","matchdep":"~0.1.2","fs-extra":"~0.6.4"},"dependencies":{"esprima":"~1.0.4","lodash":"~2.0.0","stringify-object":"~0.1.7"},"_id":"requirejs-config-file@1.0.4","dist":{"shasum":"8869e6b94668a45652c20ddd2d6eef473b20675f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/requirejs-config-file/-/requirejs-config-file-1.0.4.tgz","integrity":"sha512-kdoMRSmnfI87SZ2yLtSBeRZ8sHYUa+XMET7CaoWgjo0xwIXVLoK2rr9StlYNbC5QPHo8OwDoAs4OzvnAqxCTCw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCosoVQeGF+8/p+9fpoIu+krnqy2R6i/xiadlOM+uB+LAIhAI/Fhh6y2VTDgJmB+lHxxsmCGt15AqsxMohyOqfhuws6"}]},"_from":".","_npmVersion":"1.3.8","_npmUser":{"name":"anonymous","email":"p.scheit@ps-webforge.com"},"maintainers":[{"name":"anonymous","email":"p.scheit@ps-webforge.com"}],"directories":{}},"1.0.5":{"name":"requirejs-config-file","version":"1.0.5","description":"A small api to read and write your requirejs config file","main":"index.js","scripts":{"test":"grunt test --stack"},"repository":{"type":"git","url":"git://github.com/webforge-labs/requirejs-config-file.git"},"keywords":["requirejs","config"],"author":{"name":"Philipp Scheit","email":"p.scheit@ps-webforge.com"},"license":"MIT","bugs":{"url":"https://github.com/webforge-labs/requirejs-config-file/issues"},"devDependencies":{"chai":"~1.7.2","grunt":"~0.4.1","grunt-release":"~0.5.1","grunt-contrib-jshint":"~0.6.4","grunt-simple-mocha":"~0.4.0","matchdep":"~0.1.2","fs-extra":"~0.6.4"},"dependencies":{"esprima":"~1.0.4","lodash":"~2.0.0","stringify-object":"~0.1.7"},"_id":"requirejs-config-file@1.0.5","dist":{"shasum":"0ac5bd6ec263d0a7d04b572b4df45f4a7de930e6","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/requirejs-config-file/-/requirejs-config-file-1.0.5.tgz","integrity":"sha512-4K3XOKVTfJjUdowov606SKlE3QXFq11MM7xsuSPiIafCxx7+aTK1nqt5ZWYtOEYmR1PLZDZweSLO7hwtYyewGA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDAEMqAuZKK4DNjKBVkTTELkN4lndMgUt1fS1K5KJammgIhAJh19ltOjGYtpiw8XfTwe8xt+gdf+ziYSluwAGjPAA0+"}]},"_from":".","_npmVersion":"1.3.8","_npmUser":{"name":"anonymous","email":"p.scheit@ps-webforge.com"},"maintainers":[{"name":"anonymous","email":"p.scheit@ps-webforge.com"}],"directories":{}},"1.1.0":{"name":"requirejs-config-file","version":"1.1.0","description":"A small api to read and write your requirejs config file","main":"index.js","scripts":{"test":"grunt test --stack"},"repository":{"type":"git","url":"git://github.com/webforge-labs/requirejs-config-file.git"},"keywords":["requirejs","config"],"author":{"name":"Philipp Scheit","email":"p.scheit@ps-webforge.com"},"license":"MIT","bugs":{"url":"https://github.com/webforge-labs/requirejs-config-file/issues"},"devDependencies":{"chai":"~1.7.2","grunt":"~0.4.1","grunt-release":"~0.5.1","grunt-contrib-jshint":"~0.6.4","grunt-simple-mocha":"~0.4.0","matchdep":"~0.1.2","fs-extra":"~0.6.4"},"dependencies":{"esprima":"~1.0.4","lodash":"~2.0.0","stringify-object":"~0.1.7"},"_id":"requirejs-config-file@1.1.0","dist":{"shasum":"cd2515fe0deb4d560ad230df872450a1c8916299","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/requirejs-config-file/-/requirejs-config-file-1.1.0.tgz","integrity":"sha512-CGaDyN0jnQxo5OneTVoZo9yQs72jF6Trg+2TMRbKrU2qe/mFYjij3kLae58YHVvF6EFjpNelx44im2ExtVAxaQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICukzdROiQIJae5KEvlFtxNdIM/Cq8PTnEXVE3ZlGYOMAiBfUitUg3auA/Z66co9dY4DwJxli2I/MooDTAuHQAIgCA=="}]},"_from":".","_npmVersion":"1.3.8","_npmUser":{"name":"anonymous","email":"p.scheit@ps-webforge.com"},"maintainers":[{"name":"anonymous","email":"p.scheit@ps-webforge.com"}],"directories":{}},"1.1.1":{"name":"requirejs-config-file","version":"1.1.1","description":"A small api to read and write your requirejs config file","main":"index.js","scripts":{"test":"grunt test --stack"},"repository":{"type":"git","url":"git://github.com/webforge-labs/requirejs-config-file.git"},"keywords":["requirejs","config"],"author":{"name":"Philipp Scheit","email":"p.scheit@ps-webforge.com"},"license":"MIT","bugs":{"url":"https://github.com/webforge-labs/requirejs-config-file/issues"},"devDependencies":{"chai":"~1.7.2","grunt":"~0.4.1","grunt-release":"~0.5.1","grunt-contrib-jshint":"~0.6.4","grunt-simple-mocha":"~0.4.0","matchdep":"~0.1.2","fs-extra":"~0.6.4"},"dependencies":{"esprima":"~1.0.4","lodash":"~2.0.0","stringify-object":"~0.1.7"},"_id":"requirejs-config-file@1.1.1","dist":{"shasum":"a3c167cca224efaae071a8dec1c5bf656c13baff","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/requirejs-config-file/-/requirejs-config-file-1.1.1.tgz","integrity":"sha512-46GOyqJzavpEzu4uaagmqgQ3v5gXwyShr3FQtLIBv7pVNDuaUVi970+eNG16IwRg1R5WIfV3fv9hIQK30cSEsw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFpCf5egXmH+F1je3VD4yYioARVmkCL9640vLZpQ44kQAiAPO1lXZPeg0lqe00AGskdLBtY8/ZxvNw1brrvxAMpTUA=="}]},"_from":".","_npmVersion":"1.3.8","_npmUser":{"name":"anonymous","email":"p.scheit@ps-webforge.com"},"maintainers":[{"name":"anonymous","email":"p.scheit@ps-webforge.com"}],"directories":{}},"1.2.0":{"name":"requirejs-config-file","version":"1.2.0","description":"A small api to read and write your requirejs config file","main":"index.js","scripts":{"test":"grunt test --stack"},"repository":{"type":"git","url":"git://github.com/webforge-labs/requirejs-config-file.git"},"keywords":["requirejs","config"],"author":{"name":"Philipp Scheit","email":"p.scheit@ps-webforge.com"},"license":"MIT","bugs":{"url":"https://github.com/webforge-labs/requirejs-config-file/issues"},"devDependencies":{"chai":"~1.7.2","grunt":"~0.4.1","grunt-release":"~0.5.1","grunt-contrib-jshint":"~0.6.4","grunt-simple-mocha":"~0.4.0","matchdep":"~0.1.2","fs-extra":"~0.6.4"},"dependencies":{"esprima":"~1.0.4","lodash":"~2.0.0","stringify-object":"~0.1.7"},"_id":"requirejs-config-file@1.2.0","dist":{"shasum":"42ff2a3d2cdc7b99c1b0ceb094f58658084475ac","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/requirejs-config-file/-/requirejs-config-file-1.2.0.tgz","integrity":"sha512-65YsbhPP5kQ3lhwAynVCBv62gcFD/5jOFr2wtK8oTVfk7oy1MaVIyA9aBGnbo3+uScAvMsRPY4Cg+iepsOe+vQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICCGJDyGHdlQlEwy418co8VUXSYQmunSdJ/i17V0adCcAiAYYhvjHCZ9E5pHXNKz18LhvPX2dNCRTxyIB6MxbVBOaw=="}]},"_npmVersion":"1.1.65","_npmUser":{"name":"anonymous","email":"p.scheit@ps-webforge.com"},"maintainers":[{"name":"anonymous","email":"p.scheit@ps-webforge.com"}],"directories":{}},"1.2.1":{"name":"requirejs-config-file","version":"1.2.1","description":"A small api to read and write your requirejs config file","main":"index.js","scripts":{"test":"grunt test --stack"},"repository":{"type":"git","url":"git://github.com/webforge-labs/requirejs-config-file.git"},"keywords":["requirejs","config"],"author":{"name":"Philipp Scheit","email":"p.scheit@ps-webforge.com"},"license":"MIT","bugs":{"url":"https://github.com/webforge-labs/requirejs-config-file/issues"},"devDependencies":{"chai":"~1.7.2","grunt":"~0.4.1","grunt-release":"~0.5.1","grunt-contrib-jshint":"~0.6.4","grunt-simple-mocha":"~0.4.0","matchdep":"~0.1.2","fs-extra":"~0.6.4"},"dependencies":{"esprima":"~1.0.4","lodash":"~2.0.0","stringify-object":"~0.1.7","fs-extra":"~0.6.4"},"_id":"requirejs-config-file@1.2.1","dist":{"shasum":"d3e4cf4e16b9e227fde2e341b3a2e1915611e976","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/requirejs-config-file/-/requirejs-config-file-1.2.1.tgz","integrity":"sha512-EkCarad4B56JavBjM15vkknLSlIJ9yO2chTOvV3O76aeE16VT0KB7A14GmQbb8VDr1KQQy3dRXZgZAOowPhiRg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCjicgG820pXVbb+qzxvoabti+iMfMVA1qJOcO/6olIQgIgFSealOkvwdrjMyR+cyqNCYWQkI82leLN1Unq5gXzrgU="}]},"_npmVersion":"1.1.65","_npmUser":{"name":"anonymous","email":"p.scheit@ps-webforge.com"},"maintainers":[{"name":"anonymous","email":"p.scheit@ps-webforge.com"}],"directories":{}},"1.2.2":{"name":"requirejs-config-file","version":"1.2.2","description":"A small api to read and write your requirejs config file","main":"index.js","scripts":{"test":"grunt test --stack"},"repository":{"type":"git","url":"git://github.com/webforge-labs/requirejs-config-file.git"},"keywords":["requirejs","config"],"author":{"name":"Philipp Scheit","email":"p.scheit@ps-webforge.com"},"license":"MIT","bugs":{"url":"https://github.com/webforge-labs/requirejs-config-file/issues"},"devDependencies":{"chai":"~1.7.2","grunt":"~0.4.1","grunt-release":"~0.5.1","grunt-contrib-jshint":"~0.6.4","grunt-simple-mocha":"~0.4.0","matchdep":"~0.1.2","fs-extra":"~0.6.4"},"dependencies":{"esprima":"~1.0.4","stringify-object":"~0.1.7","fs-extra":"~0.6.4"},"homepage":"https://github.com/webforge-labs/requirejs-config-file","_id":"requirejs-config-file@1.2.2","dist":{"shasum":"497ebad9d950f58f0f04a00323c0a3fe3ebdd488","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/requirejs-config-file/-/requirejs-config-file-1.2.2.tgz","integrity":"sha512-IJALt/ltqcC3WyLGPs4vLo9QgZREzceQQm4mmRRebuniO7TTzzwGTbLs1YwJujJOlj3LZh4wZRU/G+aY2OykfQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGzJzLXbtE25Gp2YK/rprDcUhm91A4Zi3yU6Nh2BJ657AiEA5hf2xCeJI/taawO4ziXu1ThTpIWukEAvIL+86vpAl4Y="}]},"_from":".","_npmVersion":"1.3.21","_npmUser":{"name":"anonymous","email":"p.scheit@ps-webforge.com"},"maintainers":[{"name":"anonymous","email":"p.scheit@ps-webforge.com"}],"directories":{}},"2.0.0":{"name":"requirejs-config-file","version":"2.0.0","description":"A small api to read and write your requirejs config file","main":"index.js","scripts":{"test":"grunt test --stack"},"repository":{"type":"git","url":"git://github.com/webforge-labs/requirejs-config-file.git"},"keywords":["requirejs","config"],"author":{"name":"Philipp Scheit","email":"p.scheit@ps-webforge.com"},"license":"MIT","bugs":{"url":"https://github.com/webforge-labs/requirejs-config-file/issues"},"devDependencies":{"chai":"~1.7.2","grunt":"~0.4.1","grunt-release":"~0.5.1","grunt-contrib-jshint":"~0.6.4","grunt-simple-mocha":"~0.4.0","matchdep":"~0.1.2","fs-extra":"~0.6.4"},"dependencies":{"esprima":"~1.0.4","stringify-object":"~0.1.7","fs-extra":"~0.6.4"},"homepage":"https://github.com/webforge-labs/requirejs-config-file","_id":"requirejs-config-file@2.0.0","dist":{"shasum":"df52d7abc098b3a3dd2db5bc28644c5f59756a62","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/requirejs-config-file/-/requirejs-config-file-2.0.0.tgz","integrity":"sha512-xOpt335GvU7pbL4Dq27tGq/530Sacmdoy2sqSLfJVrRv15GKM3LnfOVl+Ypqjs6oDD2m7x8Nm3zFbpGv7HO+1A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICgJVZ4kGGa2lKZ2ci8XvZnp7uYCiZXLhnVWJokBIYtCAiEA4IytxadcrOsHES+RRVY8L0CDZfvEMIk8ymrQGpWpeZs="}]},"_from":".","_npmVersion":"1.3.21","_npmUser":{"name":"anonymous","email":"p.scheit@ps-webforge.com"},"maintainers":[{"name":"anonymous","email":"p.scheit@ps-webforge.com"}],"directories":{}},"2.0.1":{"name":"requirejs-config-file","version":"2.0.1","description":"A small api to read and write your requirejs config file","main":"index.js","scripts":{"test":"grunt test --stack"},"repository":{"type":"git","url":"git://github.com/webforge-labs/requirejs-config-file.git"},"keywords":["requirejs","config"],"author":{"name":"Philipp Scheit","email":"p.scheit@ps-webforge.com"},"license":"MIT","bugs":{"url":"https://github.com/webforge-labs/requirejs-config-file/issues"},"devDependencies":{"chai":"~1.7.2","grunt":"~0.4.1","grunt-release":"~0.5.1","grunt-contrib-jshint":"~0.6.4","grunt-simple-mocha":"~0.4.0","matchdep":"~0.1.2","fs-extra":"~0.6.4"},"dependencies":{"esprima":"~1.0.4","stringify-object":"~0.1.7","fs-extra":"~0.6.4"},"gitHead":"9bd082a8681fdaddd2b38ae341434edb5b4486f3","homepage":"https://github.com/webforge-labs/requirejs-config-file#readme","_id":"requirejs-config-file@2.0.1","_shasum":"1f2912703e3c4df8982b2c7bddd7a2a64fd16fb9","_from":".","_npmVersion":"3.6.0","_nodeVersion":"4.2.6","_npmUser":{"name":"anonymous","email":"p.scheit@ps-webforge.com"},"maintainers":[{"name":"anonymous","email":"p.scheit@ps-webforge.com"}],"dist":{"shasum":"1f2912703e3c4df8982b2c7bddd7a2a64fd16fb9","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/requirejs-config-file/-/requirejs-config-file-2.0.1.tgz","integrity":"sha512-1PW6xawsqtFBf/c4tMlo03DHDGgSmKXr8tO9UE0PUvbV12jYg8gfUQBVUmvGGbzOHe/ptVJINrJTyGJ6QmtArg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCID3r3dt0uTN9uglODZvyvOlYLyQBCIe/3rAnrZCWv7qiAiEA4h0eP6Plpc7qV37j1qq+15kYkFzVm4X0Wx2wz+HNUWg="}]},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/requirejs-config-file-2.0.1.tgz_1479072687405_0.2913765811827034"},"directories":{}},"3.0.0":{"name":"requirejs-config-file","version":"3.0.0","description":"A small api to read and write your requirejs config file","main":"index.js","scripts":{"test":"grunt test --stack"},"repository":{"type":"git","url":"git://github.com/webforge-labs/requirejs-config-file.git"},"keywords":["requirejs","config"],"author":{"name":"Philipp Scheit","email":"p.scheit@ps-webforge.com"},"license":"MIT","bugs":{"url":"https://github.com/webforge-labs/requirejs-config-file/issues"},"engines":{"node":">=4.0.0"},"devDependencies":{"chai":"^4.1.2","grunt":"^1.0.1","grunt-contrib-jshint":"^1.1.0","grunt-release":"^0.14.0","grunt-simple-mocha":"~0.4.0","matchdep":"^2.0.0"},"dependencies":{"esprima":"^4.0.0","fs-extra":"^5.0.0","stringify-object":"^3.2.1"},"gitHead":"5990da37ef8eb6426797c9a8f43c61c4def406f0","homepage":"https://github.com/webforge-labs/requirejs-config-file#readme","_id":"requirejs-config-file@3.0.0","_npmVersion":"5.5.1","_nodeVersion":"9.3.0","_npmUser":{"name":"anonymous","email":"p.scheit@ps-webforge.com"},"dist":{"integrity":"sha512-pssKfw0KhafnpOHA1+qWlDXcCEgf0p+qfTI8xOhqOhhdtz7m7VqhEorauKZOqv1GGA8ML3eKFU3sxGq5p4ZaEw==","shasum":"0eff582d6bda711099437941803ad47a5a451783","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/requirejs-config-file/-/requirejs-config-file-3.0.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCmYOOmzdbXDf5hsgJGBXc14r3/iSx4rpVr28E3/4d3UwIhALNa3mAqGskMJ7vC6V9Mdbj5ZmJLojBBVejY5UTLYb7X"}]},"maintainers":[{"name":"anonymous","email":"p.scheit@ps-webforge.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/requirejs-config-file-3.0.0.tgz_1515344664862_0.2076744344085455"},"directories":{}},"3.1.1":{"name":"requirejs-config-file","version":"3.1.1","description":"A small api to read and write your requirejs config file","main":"index.js","scripts":{"test":"grunt test --stack"},"repository":{"type":"git","url":"git://github.com/webforge-labs/requirejs-config-file.git"},"keywords":["requirejs","config"],"author":{"name":"Philipp Scheit","email":"p.scheit@ps-webforge.com"},"license":"MIT","bugs":{"url":"https://github.com/webforge-labs/requirejs-config-file/issues"},"engines":{"node":">=4.0.0"},"devDependencies":{"chai":"^4.1.2","grunt":"^1.0.1","grunt-contrib-jshint":"^1.1.0","grunt-simple-mocha":"~0.4.0","matchdep":"^2.0.0","unionfs":"^3.0.2","memfs":"^2.14.1"},"dependencies":{"esprima":"^4.0.0","fs-extra":"^5.0.0","stringify-object":"^3.2.1"},"gitHead":"b0798cb070d706ee41ae5fd8bec747dc360e9801","homepage":"https://github.com/webforge-labs/requirejs-config-file#readme","_id":"requirejs-config-file@3.1.1","_npmVersion":"5.6.0","_nodeVersion":"9.3.0","_npmUser":{"name":"anonymous","email":"p.scheit@ps-webforge.com"},"dist":{"integrity":"sha512-dGob5UZE5Mvy2Es1Zi6SBbbSDTu8zAQOUSXB5piAEBx9evS2BD2IzPlbj+TMU0/bX5HU6fUK/b7L2wspZlJS0A==","shasum":"ccb8efbe2301c24ac0cf34dd3f3c862741750f5c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/requirejs-config-file/-/requirejs-config-file-3.1.1.tgz","fileCount":27,"unpackedSize":39997,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcDqVcCRA9TVsSAnZWagAAgXwP/iUV8tBuF+hdf5t79DVL\niSAqQvHpkHMhfybxJFyjlPKb/X37WJ24QkI7SwJnSYjpEjhyb9vDQCb/q0nI\n/Xg9f/zApyLs1bauOFfT4E3Hw0+anyGXSya4r+b7p0Zirn7hQGkIg+ygOkZv\nD0oPYlrL8fxpUvhygzeSRcaqX8vDuUZcJTRexBOvyLSUXwupsGgYGlyMwr8l\nu7WnNnMzzCajLs40VUQMaONhRppsUt5jz2dxrOfwF+v0ZdwXAO/Tg+KLs3sU\nR5aTYPBCGXsahbhUenDBhMeaWyGCFp2UKfAonsyOAHgFUq3bNQkiYL0URiRr\n/AUn5jrntczE99usEx3O+iieifJnHH8MTh0u0m3wK3v71bVXzF/tNiOLNiEp\noVMmZunP+EAJKx7fOEKBHj3lgz5qHLDpVLDKKjjc+aQE5SlOTzO4Ht/uj30U\nXdPGlX79fxSp9nqDXuW8R7ZLShkAE5CF75glLNpWkjYSS+6jPQUwMN4XfppJ\nQVzpIofAHJxfBdkUe0AqDRIVCBebK/BMbujyNJNpRILBmJSsJ0r1O4IBk11x\nhRnKNTxYgIf3rusgEqgLbrllyC7Nns6LT7rDL5vUnSkYiG3CYJxn8HEtok/Z\nkrttVZ3w+VSQnfhjyDQ/kK79UctLZ/BRt8wtnmi+RMIVMs49WTi8H7LXY7k5\nzron\r\n=xMvw\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGt5BtWzJigPf273I1mSSLw8FBVJ9N+ZbqLTN2rSOPb+AiEAkmOcmMX+rJ/JyiXzJufVpBMBXyQIciiCV/kqKZxb0hM="}]},"maintainers":[{"name":"anonymous","email":"p.scheit@ps-webforge.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/requirejs-config-file_3.1.1_1544463707451_0.4029269709024017"},"_hasShrinkwrap":false},"3.1.2":{"name":"requirejs-config-file","version":"3.1.2","description":"A small api to read and write your requirejs config file","main":"index.js","scripts":{"test":"grunt test --stack"},"repository":{"type":"git","url":"git://github.com/webforge-labs/requirejs-config-file.git"},"keywords":["requirejs","config"],"author":{"name":"Philipp Scheit","email":"p.scheit@ps-webforge.com"},"license":"MIT","bugs":{"url":"https://github.com/webforge-labs/requirejs-config-file/issues"},"engines":{"node":">=6.0.0"},"devDependencies":{"chai":"^4.1.2","fs-extra":"^7.0.1","grunt":"^1.0.1","grunt-contrib-jshint":"^1.1.0","grunt-simple-mocha":"~0.4.0","matchdep":"^2.0.0","memfs":"^2.14.1","unionfs":"^3.0.2"},"dependencies":{"esprima":"^4.0.0","make-dir":"^2.1.0","stringify-object":"^3.2.1"},"gitHead":"d9549e1ba65c0104acc03a1665aea26dc6ecf59f","homepage":"https://github.com/webforge-labs/requirejs-config-file#readme","_id":"requirejs-config-file@3.1.2","_npmVersion":"5.6.0","_nodeVersion":"11.7.0","_npmUser":{"name":"anonymous","email":"p.scheit@ps-webforge.com"},"dist":{"integrity":"sha512-sdLWywcDuNz7EIOhenSbRfT4YF84nItDv90coN2htbokjmU2QeyQuSBZILQUKNksepl8UPVU+hgYySFaDxbJPQ==","shasum":"de8c0b3eebdf243511c994a8a24b006f8b825997","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/requirejs-config-file/-/requirejs-config-file-3.1.2.tgz","fileCount":27,"unpackedSize":40201,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcl0TFCRA9TVsSAnZWagAAZWcP/ikf6XBYp9hZbAOubNc+\n35dmKHlQ+OhLVyBBSSZtqYSt439gEm3msTCTkRrcYKz5Upb1FhhgNQ0H8gbw\nu7eIT2FPw25tuVgqjgX9tXcdk/eGyP1oFhtqpsuoSiESvcWRXyuxK1EMowfU\n9LC/Qkp8cJKWcTXS1YzzOfqTJ4G0+qK3qMpcQ9k/v+YjTpaTKvcjOJ8ad5m9\nNm6uQXl4h+Hn2Ong3iAOrgWK+BbUnVowJmezFs8Yr0mScgXF1OW0SZqjFHzd\n4wp7KFA6oMVdaopb9zT6NYLdxIABjV6qfG9qBHp3HdDkyRuDPrPOER2N9Bml\nHe3yBP0uONl50DfzLur/pnb3Jc7WRmP8baMRZkq/awwmUP5AI2vSd8HHRmpO\nmYQf9Zq60yY/07YYmUuduP+KUXNVon3DLIf7upxELRnSxQHXcq7ALnD+3FIK\n+33t8CfohB9MeYWyRHfC5tOb2mT8CjyFV0/RP7dJF7WY5Tytabi9ZMiRou19\nBSc6x4awAXWw6YosFPI+v0NbCtMBE0WngVhiAO7pEqyd+E2aoXcQcgSP8gZI\n2em4yGe9rJudhiP4QY5/OorLALPUHtrGR+7a7NHn3R2JBXSVDeu5zKMBM80+\nHP2gnLojGllJLVkfDeYjkWIj6oeLimyGzdQXbct82KG+VLjrmBslhcCDkKxj\nY9h4\r\n=i/lm\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDdgg6z8GhkMhJUsok9l5ZDCE5++HvEvgxElfWo/muGxAIhAM7f0TkL6zHFCDuRIcs45GEhROgIaqjYdhU191nE35Hc"}]},"maintainers":[{"name":"anonymous","email":"p.scheit@ps-webforge.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/requirejs-config-file_3.1.2_1553417412264_0.7233713242480797"},"_hasShrinkwrap":false},"4.0.0":{"name":"requirejs-config-file","version":"4.0.0","description":"A small api to read and write your requirejs config file","main":"index.js","scripts":{"test":"grunt test --stack"},"repository":{"type":"git","url":"git://github.com/webforge-labs/requirejs-config-file.git"},"keywords":["requirejs","config"],"author":{"name":"Philipp Scheit","email":"p.scheit@ps-webforge.com"},"license":"MIT","bugs":{"url":"https://github.com/webforge-labs/requirejs-config-file/issues"},"engines":{"node":">=10.13.0"},"devDependencies":{"chai":"^4.1.2","grunt":"^1.0.1","grunt-contrib-jshint":"^3.0.0","grunt-simple-mocha":"~0.4.0","matchdep":"^2.0.0","memfs":"^3.2.0","unionfs":"^4.4.0"},"dependencies":{"esprima":"^4.0.0","stringify-object":"^3.2.1"},"gitHead":"4e787f40573a1d7f0376b3161567ba9b401f241c","homepage":"https://github.com/webforge-labs/requirejs-config-file#readme","_id":"requirejs-config-file@4.0.0","_nodeVersion":"12.13.0","_npmVersion":"6.12.0","dist":{"integrity":"sha512-jnIre8cbWOyvr8a5F2KuqBnY+SDA4NXr/hzEZJG79Mxm2WiFQz2dzhC8ibtPJS7zkmBEl1mxSwp5HhC1W4qpxw==","shasum":"4244da5dd1f59874038cc1091d078d620abb6ebc","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/requirejs-config-file/-/requirejs-config-file-4.0.0.tgz","fileCount":27,"unpackedSize":40127,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfwcyeCRA9TVsSAnZWagAAcW4P/1m3Jwj0Eyzoygc2HFHe\nTot4GhX6hXDbrX9B3Ok/ez+DAIa30O8Kx4xikO1b8MBb048d5pcASgnH2vND\nZKe8/ejdzZqpoDS/mhG5Yt9F45sS/xKE3YWut/s7e81LSfuNj7sEj/vs2O/r\nR9Doq2I3UbHci0IGCM2cVmGC3odcCzjvW5EUvT0JR/SJI9oynMrno7DReFk8\nDizvMeGG+fKF0dQaqwUyJhW0XoN/mEO4vVRl6a1uE8VcCuPI7MWLGrKaDscb\nW6ppRNnjTEiWScwmEc9g5YQgcsZy6OhQ7GbZIySSCBzT5A4n+eRRDg1c20Ev\n0DMbpt0UJBCtA2JDVLELoM328kvZmLg3vu21yPIURYEJbnx0yQKgFzg/D8Uo\neUx8yL32cNmsz9XIYB/Q45AMuWZJk8Ps5p21Jv1rRBDhfAH4yF20dfjPHm8W\n46tcUwKl8n6CKsepdz4z/zNR1Mu+x0uQBe6q4TPetcT51V+9NC1bYnbPvuso\n0YLvDQJMdMzwAgo4xiueuon9kEApqm/gt6Ix0xzFr4XyIVlPJhoAl/h/oohX\nPMCR6Tk0U1vbB/k9eWitd08sI4Br/7LD80FCiIGn3W+Bm0aU0JovkcCvB1sI\nxTAz16R7JSxEnxDwWzCOrjaefthhCHzATCVBkN4bIbZ5ijknZm6kHW6PJn8A\n8CR0\r\n=w6VJ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDajTUyEgCrTjOVM2RBKiqasVPsG6KUnjq1CbtxtPzVZAIhAJ+3VSpOIxeXNb8dN943JA8MJJPvmjUe+OlC+f6BNSN1"}]},"_npmUser":{"name":"anonymous","email":"p.scheit@ps-webforge.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"p.scheit@ps-webforge.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/requirejs-config-file_4.0.0_1606536349683_0.059650497722010476"},"_hasShrinkwrap":false}},"name":"requirejs-config-file","time":{"modified":"2022-06-26T11:42:44.084Z","created":"2013-09-18T08:38:34.378Z","1.0.1":"2013-09-18T08:38:38.262Z","1.0.2":"2013-09-18T13:09:48.593Z","1.0.3":"2013-09-18T13:34:47.930Z","1.0.4":"2013-09-19T16:50:22.306Z","1.0.5":"2013-09-20T07:27:00.219Z","1.1.0":"2013-09-25T06:58:17.249Z","1.1.1":"2013-09-25T13:09:38.669Z","1.2.0":"2013-09-26T08:34:42.289Z","1.2.1":"2013-09-26T08:46:10.757Z","1.2.2":"2014-07-22T09:08:02.971Z","2.0.0":"2014-07-22T09:45:54.677Z","2.0.1":"2016-11-13T21:31:27.906Z","3.0.0":"2018-01-07T17:04:24.953Z","3.1.0":"2018-12-10T17:32:10.380Z","3.1.1":"2018-12-10T17:41:47.554Z","3.1.2":"2019-03-24T08:50:12.443Z","4.0.0":"2020-11-28T04:05:49.878Z"},"readmeFilename":"README.md","homepage":"https://github.com/webforge-labs/requirejs-config-file#readme"}